String Schema
BoardCodeRequestType Complex Type
Description
Touroperator specific board code
Namespace http://string.drv.de/xmlschema/string
Diagram
AttributeSource Element Description Element Code Element Sequence Attribute Element Sequence Attributes Element Code Element Sequence BoardCodeRequestType Complex Type
Overview
BoardCodeRequestType
Touroperator specific board code
Sequence
Code xs:token
Attributes 0..∞ AttributesType Complex Type
List of attributes of this board
Sequence
Sequence
Code xs:token
Code for the attribute
Description 0..∞ TextLanguageType Complex Type
Description for the attribute
Sequence
Text xs:string
Text in the given language
LanguageCode xs:language
ISO language code: either XX or XX_yy
Used By
Board Element
Source
<xs:complexType name="BoardCodeRequestType" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:annotation>
    <xs:documentation>Touroperator specific board code</xs:documentation>
  </xs:annotation>
  <xs:sequence>
    <xs:element name="Code" type="xs:token" nillable="false" />
    <xs:element name="Attributes" type="AttributesType" nillable="true" minOccurs="0" maxOccurs="unbounded">
      <xs:annotation>
        <xs:documentation>List of attributes of this board</xs:documentation>
      </xs:annotation>
    </xs:element>
  </xs:sequence>
</xs:complexType>
See Also
String Schema

 

 


© 2017 All Rights Reserved.

Send comments on this topic.